home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 498 b | 15 lines |
- OBJS = main.o util.o card.o cardbitmaps.o stack.o score.o auto.o
- SRCS = main.C util.C card.C cardbitmaps.C stack.C score.C auto.C
- LDLIBS = $(XLIB)
-
- /* Make C++ work correctly. This works for AT&T cfront; it will need to be */
- /* tweaked to work with g++. */
- CPLUSPLUS = CC
- CC = $(CPLUSPLUS) /* So that linking works right */
- INCLUDES = -I/usr/include/CC /* So that make depend works right */
- .SUFFIXES: $(.SUFFIXES) .C
- .C.o: $*.C
- $(CPLUSPLUS) -c $(CFLAGS) $*.C
-
- ComplexProgramTarget(seahaven)
-